home *** CD-ROM | disk | FTP | other *** search
/ Aminet 6 / Aminet 6 - June 1995.iso / Aminet / gfx / 3d / irit50src.lha / irit5 / bool_lib / makefile.djg < prev    next >
Encoding:
Makefile  |  1994-10-14  |  972 b   |  26 lines

  1. #
  2. # This is the make file for the bool_lib library, DJGCC on the IBMPC.
  3. #
  4. #                Gershon Elber, Aug 1990
  5. #
  6.  
  7. !include "..\makeflag.djg"
  8.  
  9. OBJS =  adjacncy.obj bool-hi.obj bool1low.obj bool2low.obj bool-2d.obj
  10.  
  11. libbool.a: $(OBJS)
  12.     ar rc libbool.a @&&!
  13. $(OBJS)
  14. !
  15.  
  16. install: libbool.a
  17.     copy libbool.a $(LIB_DIR_DOS)
  18.     ar s $(LIB_DIR_DOS)\libbool.a
  19.  
  20. # Dependencies starts here - do not touch, generated automatically.
  21. adjacncy.o:    ../include/irit_sm.h ../include/allocate.h bool_loc.h
  22. bool-2d.o:    ../include/irit_sm.h ../include/allocate.h bool_loc.h ../include/convex.h ../include/geomat3d.h ../include/intrnrml.h
  23. bool-hi.o:    ../include/irit_sm.h ../include/allocate.h ../include/attribut.h bool_loc.h ../include/convex.h ../include/poly_cln.h ../include/geomat3d.h
  24. bool1low.o:    ../include/irit_sm.h ../include/allocate.h bool_loc.h ../include/geomat3d.h
  25. bool2low.o:    ../include/irit_sm.h ../include/allocate.h bool_loc.h ../include/convex.h ../include/geomat3d.h ../include/intrnrml.h
  26.